Click or drag to resize

ServiceGetRules Method (String)

Retrieves a collection of Inbox rules.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetRulesResponse GetRules(
	string smtpEmailAddress
)

Parameters

smtpEmailAddress
Type: SystemString
The SMTP address of the user whose Inbox rules are to be retrieved.

Return Value

Type: GetRulesResponse
A collection of the user's Inbox rules.
See Also